All public logs

Jump to navigation Jump to search

Combined display of all available logs of Minetest Developer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:51, 15 August 2022 Rubenwardy talk contribs deleted page PseudoRandom (content was: "{{UnofficialLua}} A pseudorandom number generator. Can be created via <source enclose="none">PseudoRandom(seed)</source>.<br/> Note that math.random works about 17 times as fast as this. == Methods == * <source enclose="none">next()</source> — return next integer random number <code>[0...32767]</code> * <source enclose="none">next(min, max)</source> — return next integer random number <code>[min...max]</code>; <source enclose="none">max - min</source> must be <code>32767</...")