![]() |
Phasor 3.3.0
Stack VM based Programming Language
|
#include <phsint.hpp>Go to the source code of this file.
Functions | |
| void | PHASORstd_rand_seed (Phasor::u64 s0, Phasor::u64 s1) |
| Phasor::u64 | PHASORstd_rand_next () |
| Phasor::f64 | PHASORstd_rand_next_double () |
| Phasor::i64 | PHASORstd_rand_next_range (Phasor::i64 min, Phasor::i64 max) |
| Phasor::u64 PHASORstd_rand_next | ( | ) |
| Phasor::f64 PHASORstd_rand_next_double | ( | ) |
Definition at line 27 of file random.cpp.
| Phasor::i64 PHASORstd_rand_next_range | ( | Phasor::i64 | min, |
| Phasor::i64 | max ) |
Definition at line 32 of file random.cpp.
| void PHASORstd_rand_seed | ( | Phasor::u64 | s0, |
| Phasor::u64 | s1 ) |