began propability calc of amorph<->cryst
[physik/morpheus.git] / random.h
diff --git a/random.h b/random.h
new file mode 100644 (file)
index 0000000..df01296
--- /dev/null
+++ b/random.h
@@ -0,0 +1,9 @@
+/*
+ * random.h
+ *
+ */
+
+/* function prototypes */
+
+u32 rand_get(u32 max);
+u32 rand_get_lgp(int slope_nel,int start_nel);