OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [Random.h] - Blame information for rev 818

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_util_Random__
5
#define __java_util_Random__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
 
13
class java::util::Random : public ::java::lang::Object
14
{
15
 
16
public:
17
  Random();
18
  Random(jlong);
19
  virtual void setSeed(jlong);
20
public: // actually protected
21
  virtual jint next(jint);
22
public:
23
  virtual void nextBytes(JArray< jbyte > *);
24
  virtual jint nextInt();
25
  virtual jint nextInt(jint);
26
  virtual jlong nextLong();
27
  virtual jboolean nextBoolean();
28
  virtual jfloat nextFloat();
29
  virtual jdouble nextDouble();
30
  virtual jdouble nextGaussian();
31
private:
32
  jboolean __attribute__((aligned(__alignof__( ::java::lang::Object)))) haveNextNextGaussian;
33
  jdouble nextNextGaussian;
34
  jlong seed;
35
  static const jlong serialVersionUID = 3905348978240129619LL;
36
public:
37
  static ::java::lang::Class class$;
38
};
39
 
40
#endif // __java_util_Random__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.