Skip to content

Random occasions the program adds 89 to the result after multipling #1

@palatinb

Description

@palatinb
Short description If a number generated by a random generator is 89 it is added to the multiplied number
Expected operation Simply multiply the two entered number
Experienced operation Random occasions 89 is added to the multiplied result
Reproductive steps After running several times the mul operation it can be reproduced the error
Error location
e = random.randrange(100)
if e == 89:
return a * b + e
Test result If it does not add 89 it is OK else Not OK
Priority Mid

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions