Class BoxSampler.BoxSampler3D

java.lang.Object
org.apache.commons.rng.sampling.shape.BoxSampler
org.apache.commons.rng.sampling.shape.BoxSampler.BoxSampler3D
All Implemented Interfaces:
ObjectSampler<double[]>, SharedStateObjectSampler<double[]>, SharedStateSampler<SharedStateObjectSampler<double[]>>
Enclosing class:
BoxSampler

private static class BoxSampler.BoxSampler3D extends BoxSampler
Sample uniformly from a box in 3D. This is an non-array based specialisation of BoxSampler.BoxSamplerND for performance.
  • Field Details

    • ax

      private final double ax
      The x component of bound a.
    • ay

      private final double ay
      The y component of bound a.
    • az

      private final double az
      The z component of bound a.
    • bx

      private final double bx
      The x component of bound b.
    • by

      private final double by
      The y component of bound b.
    • bz

      private final double bz
      The z component of bound b.
  • Constructor Details

  • Method Details