Package org.joml

Class Random

java.lang.Object
org.joml.Random

public class Random
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Random()  
    Random​(long long1)  
  • Method Summary

    Modifier and Type Method Description
    static long newSeed()  
    float nextFloat()  
    int nextInt​(int int1)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Random

      public Random()
    • Random

      public Random​(long long1)
  • Method Details

    • newSeed

      public static long newSeed()
    • nextFloat

      public float nextFloat()
    • nextInt

      public int nextInt​(int int1)