SAP ABAP Interface IF_RANDOM_NUMBER (Random number generator)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-MON (Application Component) Monitoring
⤷
SMOI (Package) CCMS: Monitoring Architecture
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RANDOM_NUMBER | Random Number Generator | 20010822 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RANDOM_VALUE_BRF | BRF: Random Values | 20021203 |
Properties
| Interface | IF_RANDOM_NUMBER | |
| Short Description | Random number generator |
General Data
| Package | SMOI | CCMS: Monitoring Architecture |
| Created | 20010822 | SAP |
| Last changed | 00000000 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_RANDOM_NUMBER has no forward declaration.
Interfaces
Interface IF_RANDOM_NUMBER has no interface.
Friends
Interface IF_RANDOM_NUMBER has no friend.
Attributes
Interface IF_RANDOM_NUMBER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Generate Floating Point Number [0,1] | 20010822 | |
| 2 | Instance method | Public | Method | Generate Integer4 Random Number [0,R-1] | 20010822 | |
| 3 | Instance method | Public | Method | Initialization | 20010822 |
Events
Interface IF_RANDOM_NUMBER has no event.
Types
Interface IF_RANDOM_NUMBER has no local type.
Method Signatures
Method GET_RANDOM_FLOAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RANDOM | Value transfer | Type reference (TYPE) | FLOAT | Feld vom Typ FLTP | 20010822 |
Method GET_RANDOM_FLOAT on Interface IF_RANDOM_NUMBER has no exception.
Method GET_RANDOM_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LIMIT | Value transfer | Type reference (TYPE) | INT4 | Obere Intervallgrenze | 20010822 | |||
| 2 | R_RANDOM | Value transfer | Type reference (TYPE) | INT4 | Zufallszahl | 20010822 |
Method GET_RANDOM_INT on Interface IF_RANDOM_NUMBER has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SEED | Value transfer | Type reference (TYPE) | INT4 | Seed | 20010822 |
Method INIT on Interface IF_RANDOM_NUMBER has no exception.
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in | 620 |